GDK W32: Only restack windows with matching always-on-top status
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 21 Nov 2015 03:38:26 +0000 (03:38 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 22 Nov 2015 03:20:10 +0000 (03:20 +0000)
commitf407871b87288115fe839ffe13a86c789a44ba87
tree02fed0fc4898adf31ae6deb251af76c40468aadd
parent6b7951b219979903f32465ec0282ca3943e2279e
GDK W32: Only restack windows with matching always-on-top status

This prevents normal application windows (and other kinds of windows)
from being moved up in Z-order to be above windows that have the
always-on-top bit set. Doing so would make the previously-normal windows
in question also always-on-top implicitly.
Windows that are already always-on-top will be restacked on top of other
always-on-top windows too.

https://bugzilla.gnome.org/show_bug.cgi?id=746745
gdk/win32/gdkevents-win32.c